.index_products_productbg{min-width:1190px; max-width:1920px; margin:auto; background:#f3f3f3; padding-top:34px; padding-bottom:58px;}
.index_products_title{width:1190px; text-align:center; margin:auto; height:79px; background:url(../ZERO/img/pro_line.png) center bottom no-repeat; font-size:32px; color:#333333; line-height:79px;}

.index_products_newlist{width:1190px; margin:auto; overflow:hidden; margin-top:32px; position:relative;}
.index_products_page_pro{ width:281px; float:left; margin-bottom:10px;}
.index_products_page_propic{width:277px; height:253px; border:2px solid #f3f3f3; overflow:hidden;}
.index_products_page_propic img{width:277px; height:253px; border:none; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease;}
.index_products_page_proname{ width:267px; padding:15px 5px; font-size:15px; color:#333333; line-height:22px; text-align:center;}
.index_products_page_proname a{color:#333333; font-size:15px;}
.index_products_page_pro:hover .index_products_page_propic img{-webkit-transform:scale(1.1); -moz-transform:scale(1.1);}
.index_products_page_pro:hover .index_products_page_propic{ border:2px solid #0e6eb8;}
.index_products_page_pro:hover .index_products_page_proname a{color:#0e6eb8; font-weight:bold; font-size:15px;}
.index_products_more{width:139px; display:block; text-align:center; margin:auto; margin-top:10px; height:39px; line-height:39px; background:#0e6eb8; font-size:14px; color:#fefefe;}

#index_products_animate,#index_products_animate_1,#index_products_animate_2{
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;

-webkit-animation-duration: 1s;
-webkit-animation-delay: .2s;
-webkit-animation-timing-function: ease;
-webkit-animation-fill-mode: both;
-moz-animation-duration: 1s;
-moz-animation-delay: .2s;
-moz-animation-timing-function: ease;
-moz-animation-fill-mode: both;
-ms-animation-duration: 1s;
-ms-animation-delay: .2s;
-ms-animation-timing-function: ease;
-ms-animation-fill-mode: both;
animation-duration: 1s;
animation-delay: .2s;
animation-timing-function: ease;
animation-fill-mode: both;
}